とりあえずブックマーク
とりあえずブックマークしたい!
What is とりあえずブックマーク?
とりあえずブックマーク is a Chrome extension developed by nju33, and its main feature is "とりあえずブックマークしたい!".
Extension Screenshots
Download とりあえずブックマーク Extension CRX File
Download とりあえずブックマーク extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
好きなページの右クリック「とりあえずブックマーク」、右上のアイコンから「とりあえずブックマーク」します。 例えば2015年2月2日なら「とりブ」→「2015」→「2」→「2」フォルダへブックマークされます。 - 記事 http://totora0155.hatenablog.jp/entry/chrome-extension-toriaezu-bookmark - Github https://github.com/totora0155/toriaezu-bookmark
Extension Basic Information
Name | とりあえずブックマーク |
ID | ojdbdphdpmbdmfaplbjdelphoopojcim |
Official URL | 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 | とりあえずブックマークしたい! |
File Size | 117 KB |
Installation Count | 157 |
Current Version | 1.0.0.0 |
Last Updated | 2015-02-02 |
Publish Date | 2015-02-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nju33 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |