Fancy Bookmarklet
Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
Wat is Fancy Bookmarklet?
Fancy Bookmarklet is een Chrome-extensie ontwikkeld door http://fancyhype.com, en de belangrijkste functie is "Discover favorite items from online stores/shops and click Fav Button to save at FancyHype".
Extensie Screenshots
Download het CRX-bestand van de extensie Fancy Bookmarklet
Download Fancy Bookmarklet-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
Use this Extension to add cool items to your Favortites at FancyHype.com
Basisinformatie over de Extensie
Naam | |
ID | njpdcbobjhpbdmeaajffdhfdofjfnlof |
Officiële URL | https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof |
Beschrijving | Discover favorite items from online stores/shops and click Fav Button to save at FancyHype |
Bestandsgrootte | 13.46 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-04 |
Publicatiedatum | 2014-09-04 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://fancyhype.com |
Betalingswijze | free |
Extensiewebsite | http://fancyhype.com/bookmarklet/ |
Help Pagina-URL | http://fancyhype.com/faqs/ |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/logo_32x32.png", "default_title": "Fav at FancyHype" }, "content_scripts": [ { "js": [ "fetcher.js", "styler.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Discover favorite items from online stores\/shops and click Fav Button to save at FancyHype", "icons": { "16": "icons\/logo_32x32.png", "48": "icons\/logo_48x48.png", "128": "icons\/logo_128x128.png" }, "manifest_version": 2, "name": "Fancy Bookmarklet", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "icons\/logo.gif", "icons\/close.png", "style.css" ] } |