Tämänpäiväinen kysymys- ja vastaus-istunto tulee meille Hyvinkään, Super-käyttäjän, Stack Exchange-jaosta, joka on yhteisöllinen Q & A-sivustojen ryhmittely.
Kysymys
SuperUser-lukija Arulappan ei käytä Chromein sisäänrakennettua synkronointityökalua ja haluaisi synkronoida laajennukset manuaalisesti Chrome Storea käyttäessään. Hän kirjoittaa:
I have not tried to sync Chrome among my systems. My friend was not able to add an extension (YouTube Downloader). But I added it to my browser sometime before. So I tried to copy the.crx file and install in the other computer. Chrome notified me that “Using Chrome Web Store only you can install”.
So how can I install in the other system?
Onko niin yksinkertaista kuin kopioida tiedosto tai onko se enemmän mukana siirtämällä laajennuksia järjestelmästä toiseen?
Vastaus
SuperUser-avustaja Synetech hyppää yksityiskohtaiseen vastaukseen:
You should be able to install the.crx file, but you may need to try a few things.
First, if you simply drag the.crx file to the browser window, you should see a notice at the bottom of the page asking you to confirm. If you click Confirm, it should ask you to install. If that does not work, try creating a simple.html file that has an anchor ( tag) with an href pointing to the.crx file:
extension
Put the.html file in the same location as the.crx file and open it. Click the link and see if Chrome allows you to install it like that.
If it does not, you can try running a local webserver and serving the file from there (I know I have done this at least once before).
Another (probably easier) option is to extract the.crx file (using 7Zip for example). Open the extensions page (chrome://extensions/), click the Developer mode check-box, and then Load unpacked extension…:
- Open the extensions page (chrome://extensions/)
- Click the Developer mode check-box
- Examine the ID of the extension (long string of letters next to ID:)
- Open the User Data Directory, then the Extensions directory
- Copy the folder with the same name as the extensions’s ID to the Extensions folder of the target system
- Open the file Preferences in the User Data Directory in a text editor
- Find the section containing the extension (do a search for the ID)
- Copy the whole section, making sure to match braces correctly, for example:
'jchfimlohbodnpamghfgfgabbnfajpbe': { 'from_bookmark': false, 'from_webstore': false, … 'path': 'jchfimlohbodnpamghfgfgabbnfajpbe\2012.6.9_0', 'state': 1 },
- Liitä laajennus kohdetietokoneen Asetukset-tiedostoon. Tarkista jälkimmäinen pilkku (}, lohkon lopussa). Jos liitetty lohko on viimeinen (toisin sanoen seuraava rivi on yksittäinen rintasyöri, joka kääntyy takaisin), sinun on poistettava pilkku, mutta jos se on toinen lohko, sinun on varmistettava, että se on olemassa (se, On ilmeistä, tarvitsetko sitä vai ei, kun itse liitä se)
- Tallenna tiedosto (voit halutessasi varmuuskopioida Asetukset ja ehkä jopa koko Extensions-hakemistosi) ja suorittaa Chromen
Nämä ovat vaihtoehtoja yleisten laajennusten kopioimiseen, mutta erityisesti YouTube-videoiden lataamiseen tarkoitetuista laajennuksista suosittelen läpikotaisia laajennuksia (jotka yleensä suoritetaan kokonaan erillisessä prosessissa) ja käyttämällä YousableTubeFix-käyttäjäkriptia.
YousableTubeFixin avulla voit myös määrittää YouTube-videoita, jotka eivät automaattisesti käynnistä puskurointia ja toistoa, mikä on äärimmäisen hyödyllinen.
Ja koska se on käsikirjoitus, se toimii vain silloin, kun se on tarpeellista, joten se ei käytä ylimääräistä muistia selaamassa muita sivustoja, eikä myöskään vaadi verkkokauppaa ja se voidaan tallentaa / asentaa / etc.
Vakaa vastaus ja kärki kätevällä YouTube-komentosarjalla? Väri meille vaikuttunut.
Onko jokin asia lisättävä selitykseen? Kuulkaa kommentit. Haluatko lukea lisää vastauksia muilta tech-tajuilta Stack Exchange-käyttäjiltä? Katso koko keskusteluketju täältä.