Arrange the Bookmark
ブックマークの重複などをチェックして、整理することができます。
Cos'è Arrange the Bookmark?
Arrange the Bookmark è un'estensione di Chrome sviluppata da account switcher, e la sua funzione principale è "ブックマークの重複などをチェックして、整理することができます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Arrange the Bookmark
Scarica i file di estensione Arrange the Bookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ブックマークをサムネイル付きでグリッド状に並べるアプリです。 また、人気サイトや低版サイトはあらかじめ別タブで表示します。 ブックマークの軽量化にお役に立てれば幸いです。
Informazioni di Base sull'Estensione
Nome | Arrange the Bookmark |
ID | hjgbpmfogaaomahnlkpjkconijlhimhl |
URL Ufficiale | https://chromewebstore.google.com/detail/arrange-the-bookmark/hjgbpmfogaaomahnlkpjkconijlhimhl |
Descrizione | ブックマークの重複などをチェックして、整理することができます。 |
Dimensione del File | 208 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Sviluppatore | account switcher |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "0.2", "default_locale": "ja", "description": "__MSG_description__", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "ico\/icon_3g_16.png", "48": "ico\/icon_3g_48.png", "128": "ico\/icon_3g_128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'" } |