SlowlyOpenAllBookmarks

Slowly open all bookmarks in the folder.

Qu'est-ce que SlowlyOpenAllBookmarks ?

SlowlyOpenAllBookmarks est une extension Chrome développée par https://ikura.tokyo, et sa fonction principale est "Slowly open all bookmarks in the folder.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SlowlyOpenAllBookmarks

Téléchargez les fichiers d'extension SlowlyOpenAllBookmarks 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

                        フォルダ内の大量のブックマークを順次にゆっくりと開きます。
ブックマークが多くても、ネットワークやCPUの急激な負荷はかかりません。

「15 個のタブが開きます。本当によろしいですか?」というダイアログが表示され、開くといくつかのタブの読み込みに失敗する人向けの拡張機能です。                    

Informations de Base sur l'Extension

Nom SlowlyOpenAllBookmarks SlowlyOpenAllBookmarks
ID pepochbhmadcijofcoijpnmnaibflfbg
URL Officiel https://chromewebstore.google.com/detail/slowlyopenallbookmarks/pepochbhmadcijofcoijpnmnaibflfbg
Description Slowly open all bookmarks in the folder.
Taille du Fichier 17.25 KB
Nombre d'Installations 49
Version Actuelle 1.01
Dernière Mise à Jour 2019-03-15
Date de Publication 2019-03-15
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://ikura.tokyo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}