SmartBookmark
SmartBookmark可以智能优化你的书签栏
Wat is SmartBookmark?
SmartBookmark is een Chrome-extensie ontwikkeld door tanbowensg, en de belangrijkste functie is "SmartBookmark可以智能优化你的书签栏".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartBookmark
Download SmartBookmark-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
SmartBookmark可以实时您的浏览记录,也可以导入您的浏览历史记录。根据这些数据,SmartBookmark会自动优化您的书签栏。您还可以在选项中自定义优化策略,使之更符合您的浏览习惯。 Basisinformatie over de Extensie
| Naam | |
| ID | anphpbfahagkdljlgeajoooiogcfnoee |
| Officiële URL | https://chromewebstore.google.com/detail/smartbookmark/anphpbfahagkdljlgeajoooiogcfnoee |
| Beschrijving | SmartBookmark可以智能优化你的书签栏 |
| Bestandsgrootte | 809 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2015-10-20 |
| Publicatiedatum | 2015-10-20 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | tanbowensg |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |