Bookmark This Page
Add this website to your bookmarks
Wat is Bookmark This Page?
Bookmark This Page is een Chrome-extensie ontwikkeld door http://rivario.com, en de belangrijkste functie is "Add this website to your bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark This Page
Download Bookmark This Page-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
Basisinformatie over de Extensie
Naam | |
ID | hpdkmodablpllphbfkiacbfhhcjgebdk |
Officiële URL | https://chrome.google.com/webstore/detail/bookmark-this-page/hpdkmodablpllphbfkiacbfhhcjgebdk |
Beschrijving | Add this website to your bookmarks |
Bestandsgrootte | 5.45 KB |
Aantal Installaties | 207 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-07-22 |
Publicatiedatum | 2013-07-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://rivario.com |
Betalingswijze | free |
Extensiewebsite | http://rivarion.com/bookmark |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark This Page", "manifest_version": 2, "description": "Add this website to your bookmarks", "version": "0.1", "homepage_url": "https:\/\/rivario.com\/bookmark", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-19.png" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" } } |