Tidier Bookmark
Allows you to automatically modify the bookmark name according to the user-defined regular expression rules when adding bookmarks.
Tidier Bookmarkคืออะไร?
Tidier Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย no.web.developer และคุณลักษณะหลักของมันคือ "Allows you to automatically modify the bookmark name according to the user-defined regular expression rules when adding bookmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tidier Bookmark
ดาวน์โหลดไฟล์ส่วนขยาย Tidier Bookmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** Feature **
Allows you to automatically modify the bookmark name according to the user-defined regular expression rules when adding bookmarks, so as to obtain a cleaner bookmark. At the same time, it also provides the function of batch modifying the existing bookmark name.
** Usage **
Initially, the behavior of clicking the extension icon with the mouse is similar to adding a bookmark button in the address bar. You can add or modify bookmark and create new folder. It also supports the search folder function.
Then you can right-click the extension icon to enter the options and switch to the rule list page, or directly click "Create a new rule" in the menu, and then you can write a regular expression rule to replace the bookmark name.
If its name matches the rule when you click the extension button to create a bookmark, the content will be replaced automatically.
At the same time, the option page also provides the function of batch editing existing bookmarks.
** Support **
This extension is open source based on GPLv3 License. For more information, go to: https://github.com/LightAPIs/tidier-bookmark-next/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ecdhgoljkpghgkdcbejhepnkhnogmklj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tidier-bookmark/ecdhgoljkpghgkdcbejhepnkhnogmklj |
| คำอธิบาย | Allows you to automatically modify the bookmark name according to the user-defined regular expression rules when adding bookmarks. |
| ขนาดไฟล์ | 401 KB |
| จำนวนการติดตั้ง | 60 |
| เวอร์ชันปัจจุบัน | 2.0.2 |
| อัปเดตครั้งล่าสุด | 2023-02-28 |
| วันที่เผยแพร่ | 2020-12-22 |
| คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | no.web.developer |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/LightAPIs/tidier-bookmark-next/ |
| URL หน้าช่วยเหลือ | https://github.com/LightAPIs/tidier-bookmark-next/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
| ภาษาที่รองรับ | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"author": "Light",
"homepage_url": "https:\/\/github.com\/LightAPIs\/tidier-bookmark-next",
"version": "2.0.2",
"default_locale": "en",
"minimum_chrome_version": "99",
"icons": {
"16": "icons\/app\/icon-16.png",
"19": "icons\/app\/icon-19.png",
"24": "icons\/app\/icon-24.png",
"32": "icons\/app\/icon-32.png",
"48": "icons\/app\/icon-48.png",
"64": "icons\/app\/icon-64.png",
"96": "icons\/app\/icon-96.png",
"128": "icons\/app\/icon-128.png"
},
"permissions": [
"bookmarks",
"tabs",
"storage",
"contextMenus"
],
"options_page": "src\/options\/index.html",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup\/index.html"
},
"commands": {
"activate": {
"suggested_key": {
"linux": "Ctrl+D",
"chromeos": "Ctrl+D",
"windows": "Ctrl+D",
"mac": "Command+D"
},
"description": "__MSG_commandActivate__"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgtr87qPR3Gv2QrIO8gjbfZWCu7MkU7WCeyVvHfUX9P\/8JQbkymCbY0T8mlCOFBknjIMRVOtKk2Im1ZEx\/TNVo0apyH5oOnwpH7whFu5Ns1V72zzBcubnbQHEMZHw0WNAI8Nt\/rbWCBE9cO37+ko1YTlMGVZAHJEDfR5U2VAFpts6e5dD3JV3dx2+kuz3TyBUi\/koXlqABD6ZPmBe564tk+ceXYew95SmwylfF+Je5LyiFWkAthZKDTDLFlSUwLr8Ky3VfDHziZZUqUsoixHVVdXnshwJ9cbJ7xFnTL\/Q+w9rv1Fqy63acv\/6QQVgaRkhQQ5b7To6JfSEKWESovULqQIDAQAB"
} | |