Open All Trends
Opens all Twitter trends in a new tab with a single click.
Cos'è Open All Trends?
Open All Trends è un'estensione di Chrome sviluppata da https://klivk.com, e la sua funzione principale è "Opens all Twitter trends in a new tab with a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open All Trends
Scarica i file di estensione Open All Trends 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
Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click. Informazioni di Base sull'Estensione
| Nome | |
| ID | dgomcbkojfbididkgeaildpcmoehpajo |
| URL Ufficiale | https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo |
| Descrizione | Opens all Twitter trends in a new tab with a single click. |
| Dimensione del File | 38.62 KB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.0.0.3 |
| Ultimo Aggiornamento | 2013-02-10 |
| Data di Pubblicazione | 2013-02-10 |
| Sviluppatore | https://klivk.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://serdar.work/chrome-extensions/privacy-policy.html |
| Lingue Supportate | en,tr |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.0.0.3",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"128": "icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"mystyles.css"
],
"js": [
"jquery.js",
"myscript.js"
]
}
],
"homepage_url": "http:\/\/klivk.com\/open-all-trends"
} | |