SlowlyOpenAllBookmarks
Slowly open all bookmarks in the folder.
Wat is SlowlyOpenAllBookmarks?
SlowlyOpenAllBookmarks is een Chrome-extensie ontwikkeld door https://ikura.tokyo, en de belangrijkste functie is "Slowly open all bookmarks in the folder.".
Extensie Screenshots
Download het CRX-bestand van de extensie SlowlyOpenAllBookmarks
Download SlowlyOpenAllBookmarks-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
フォルダ内の大量のブックマークを順次にゆっくりと開きます。 ブックマークが多くても、ネットワークやCPUの急激な負荷はかかりません。 「15 個のタブが開きます。本当によろしいですか?」というダイアログが表示され、開くといくつかのタブの読み込みに失敗する人向けの拡張機能です。
Basisinformatie over de Extensie
Naam | SlowlyOpenAllBookmarks |
ID | pepochbhmadcijofcoijpnmnaibflfbg |
Officiële URL | https://chromewebstore.google.com/detail/slowlyopenallbookmarks/pepochbhmadcijofcoijpnmnaibflfbg |
Beschrijving | Slowly open all bookmarks in the folder. |
Bestandsgrootte | 17.25 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2019-03-15 |
Publicatiedatum | 2019-03-15 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://ikura.tokyo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.01", "description": "__MSG_extDesc__", "permissions": [ "bookmarks" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "38": "img\/icon38.png", "19": "img\/icon19.png", "16": "img\/icon16.png" }, "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |