とりあえずブックマーク
とりあえずブックマークしたい!
Qu'est-ce que とりあえずブックマーク ?
とりあえずブックマーク est une extension Chrome développée par nju33, et sa fonction principale est "とりあえずブックマークしたい!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension とりあえずブックマーク
Téléchargez les fichiers d'extension とりあえずブックマーク au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
好きなページの右クリック「とりあえずブックマーク」、右上のアイコンから「とりあえずブックマーク」します。 例えば2015年2月2日なら「とりブ」→「2015」→「2」→「2」フォルダへブックマークされます。 - 記事 http://totora0155.hatenablog.jp/entry/chrome-extension-toriaezu-bookmark - Github https://github.com/totora0155/toriaezu-bookmark
Informations de Base sur l'Extension
Nom | とりあえずブックマーク |
ID | ojdbdphdpmbdmfaplbjdelphoopojcim |
URL Officiel | https://chromewebstore.google.com/detail/%E3%81%A8%E3%82%8A%E3%81%82%E3%81%88%E3%81%9A%E3%83%96%E3%83%83%E3%82%AF%E3%83%9E%E3%83%BC%E3%82%AF/ojdbdphdpmbdmfaplbjdelphoopojcim |
Description | とりあえずブックマークしたい! |
Taille du Fichier | 117 KB |
Nombre d'Installations | 157 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2015-02-02 |
Date de Publication | 2015-02-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | nju33 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "\u3068\u308a\u30d6", "description": "__MSG_appDesc__", "version": "1.0.0.0", "default_locale": "ja", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "bookmarks", "contextMenus", "storage", "tabs" ], "icons": { "16": "icon\/icon_16.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "38": "icon\/icon_38.png" }, "default_title": "__MSG_appName__" }, "background": { "persistent": false, "scripts": [ "script\/lib\/lib.js", "script\/background.js" ] } } |