Open All Trends
Opens all Twitter trends in a new tab with a single click.
Wat is Open All Trends?
Open All Trends is een Chrome-extensie ontwikkeld door https://klivk.com, en de belangrijkste functie is "Opens all Twitter trends in a new tab with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open All Trends
Download Open All Trends-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.
Basisinformatie over de Extensie
Naam | Open All Trends |
ID | dgomcbkojfbididkgeaildpcmoehpajo |
Officiële URL | https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo |
Beschrijving | Opens all Twitter trends in a new tab with a single click. |
Bestandsgrootte | 38.62 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0.0.3 |
Laatst Bijgewerkt | 2013-02-10 |
Publicatiedatum | 2013-02-10 |
Ontwikkelaar | https://klivk.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://serdar.work/chrome-extensions/privacy-policy.html |
Ondersteunde Talen | 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" } |