SmartBookmark

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

Qu'est-ce que SmartBookmark ?

SmartBookmark est une extension Chrome développée par tanbowensg, et sa fonction principale est "SmartBookmark可以智能优化你的书签栏".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

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

Informations de Base sur l'Extension

Nom SmartBookmark SmartBookmark
ID anphpbfahagkdljlgeajoooiogcfnoee
URL Officiel https://chromewebstore.google.com/detail/smartbookmark/anphpbfahagkdljlgeajoooiogcfnoee
Description SmartBookmark可以智能优化你的书签栏
Taille du Fichier 809 KB
Nombre d'Installations 27
Version Actuelle 2.0
Dernière Mise à Jour 2015-10-20
Date de Publication 2015-10-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur tanbowensg
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}