Linkagram
Gets a link to Instagram picture
Cos'è Linkagram?
Linkagram è un'estensione di Chrome sviluppata da Trevor Arjeski, e la sua funzione principale è "Gets a link to Instagram picture".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkagram
Scarica i file di estensione Linkagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds button for each post on Instagram.com for copying direct link to the media.
**NOTE**: if you have used Instagram.com before, you may need to clear your browser cache before using this extension.
Thanks! Informazioni di Base sull'Estensione
| Nome | |
| ID | ckijnclmiikidkaogfhcenmpacacomdi |
| URL Ufficiale | https://chrome.google.com/webstore/detail/linkagram/ckijnclmiikidkaogfhcenmpacacomdi |
| Descrizione | Gets a link to Instagram picture |
| Dimensione del File | 254 KB |
| Conteggio Installazioni | 45 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2016-01-20 |
| Data di Pubblicazione | 2016-01-20 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Trevor Arjeski |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Linkagram",
"manifest_version": 2,
"version": "1.0.2",
"description": "Gets a link to Instagram picture",
"permissions": [
"tabs",
"*:\/\/*.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"js": [
"inject.js"
],
"css": [
"linkbox.css"
]
}
],
"web_accessible_resources": [
"getlink.js",
"link.png"
],
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo.png"
}
} | |