SmartBookmark

SmartBookmark可以智能优化你的书签栏

Was ist SmartBookmark?

SmartBookmark ist eine Chrome-Erweiterung, die von tanbowensg entwickelt wurde, und ihr Hauptmerkmal ist "SmartBookmark可以智能优化你的书签栏".

Erweiterungsscreenshots

screenshot
screenshot

SmartBookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartBookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        SmartBookmark可以实时您的浏览记录,也可以导入您的浏览历史记录。根据这些数据,SmartBookmark会自动优化您的书签栏。您还可以在选项中自定义优化策略,使之更符合您的浏览习惯。                    

Grundlegende Informationen zur Erweiterung

Name SmartBookmark SmartBookmark
ID anphpbfahagkdljlgeajoooiogcfnoee
Offizielle URL https://chromewebstore.google.com/detail/smartbookmark/anphpbfahagkdljlgeajoooiogcfnoee
Beschreibung SmartBookmark可以智能优化你的书签栏
Dateigröße 809 KB
Installationsanzahl 27
Aktuelle Version 2.0
Letztes Update 2015-10-20
Veröffentlichungsdatum 2015-10-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tanbowensg
Zahlungsart free
Unterstützte Sprachen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartBookmark",
    "description": "SmartBookmark\u53ef\u4ee5\u667a\u80fd\u4f18\u5316\u4f60\u7684\u4e66\u7b7e\u680f",
    "version": "2.0",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "image\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "image\/icon.png",
        "48": "image\/icon.png",
        "128": "image\/icon.png"
    },
    "permissions": [
        "tabs",
        "history",
        "activeTab",
        "storage",
        "webNavigation",
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "page": "bg.html",
        "permissions": [
            "tabs",
            "activeTab",
            "storage",
            "webNavigation"
        ]
    }
}