Bookmarks to References
This extension converts Bookmarks in a folder to a list of References
Bookmarks to Referencesคืออะไร?
Bookmarks to References เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohan Chakravarthy และคุณลักษณะหลักของมันคือ "This extension converts Bookmarks in a folder to a list of References"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarks to References
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarks to References ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension shows you a list of all your bookmark folders, allows you to select a folder and generates a list of references from all the links in the folder. To get a more detailed list you can change the title of the bookmark when you save it. To select the list just click anywhere within the text.
I created this because I got tired of maintaining a separate list of links that I referred to for my papers and code and was surprised I couldn't find anything online to do this for me! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aigindmbmcgegjhjnonholgaebnldmln |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln |
| คำอธิบาย | This extension converts Bookmarks in a folder to a list of References |
| ขนาดไฟล์ | 25.05 KB |
| จำนวนการติดตั้ง | 648 |
| เวอร์ชันปัจจุบัน | 0.5 |
| อัปเดตครั้งล่าสุด | 2016-12-22 |
| วันที่เผยแพร่ | 2016-12-22 |
| คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Rohan Chakravarthy |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmarks to References",
"description": "This extension converts Bookmarks in a folder to a list of References",
"version": "0.5",
"browser_action": {
"_comment": "icon.png is provided by DesignModo under the Creative Commons License",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"bookmarks"
]
} | |