とりあえずブックマーク
とりあえずブックマークしたい!
Wat is とりあえずブックマーク?
とりあえずブックマーク is een Chrome-extensie ontwikkeld door nju33, en de belangrijkste functie is "とりあえずブックマークしたい!".
Extensie Screenshots
Download het CRX-bestand van de extensie とりあえずブックマーク
Download とりあえずブックマーク-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
好きなページの右クリック「とりあえずブックマーク」、右上のアイコンから「とりあえずブックマーク」します。 例えば2015年2月2日なら「とりブ」→「2015」→「2」→「2」フォルダへブックマークされます。 - 記事 http://totora0155.hatenablog.jp/entry/chrome-extension-toriaezu-bookmark - Github https://github.com/totora0155/toriaezu-bookmark
Basisinformatie over de Extensie
Naam | とりあえずブックマーク |
ID | ojdbdphdpmbdmfaplbjdelphoopojcim |
Officiële 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 |
Beschrijving | とりあえずブックマークしたい! |
Bestandsgrootte | 117 KB |
Aantal Installaties | 157 |
Huidige Versie | 1.0.0.0 |
Laatst Bijgewerkt | 2015-02-02 |
Publicatiedatum | 2015-02-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | nju33 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |