Yada Tag Search
Community Driven Tag Search
Wat is Yada Tag Search?
Yada Tag Search is een Chrome-extensie ontwikkeld door http://www.yadaproject.com, en de belangrijkste functie is "Community Driven Tag Search".
Extensie Screenshots
Download het CRX-bestand van de extensie Yada Tag Search
Download Yada Tag Search-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
Create visual tags! Then use those tags to tag links, pages, and images! This helps everyone find what they are looking for! The more you tag, the more we all benefit! Did I mention it's completely anonymous and ad free? Not even its creator knows who's tagging what! So have fun!
Basisinformatie over de Extensie
Naam | |
ID | jjmkcgeoallcaiclkiilhocgnnpokbab |
Officiële URL | https://chrome.google.com/webstore/detail/yada-tag-search/jjmkcgeoallcaiclkiilhocgnnpokbab |
Beschrijving | Community Driven Tag Search |
Bestandsgrootte | 45.23 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.13 |
Laatst Bijgewerkt | 2014-06-14 |
Publicatiedatum | 2014-06-14 |
Beoordeling | 4.77/5 Totaal 184 Beoordelingen |
Ontwikkelaar | http://www.yadaproject.com |
Betalingswijze | free |
Extensiewebsite | https://www.yadaproject.com/ |
Help Pagina-URL | https://www.yadaproject.com/faq/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yada Tag Search", "short_name": "Tag Search", "description": "Community Driven Tag Search", "version": "0.13", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "omnibox": { "keyword": "yada" }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "browser_action": { "default_icon": { "19": "icon-bitty.png", "38": "icon-small.png" }, "default_title": "Yada Tag Search", "default_popup": "popup.html" } } |