Source Manager
A smarter way to manage your sources!
什麼是Source Manager?
Source Manager是由Nama Projects開發的Chrome擴展程式,該擴展的主要功能是“A smarter way to manage your sources!”。
擴展截圖
下載Source Manager擴展crx文件
下載Source Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You are preparing a paper or a presentation and are looking for a smart tool to manage your references?
-Then this chrome extension is exactly what you are looking for!
It's the perfect extension for students!
Features:
Add visited websites that you want to save as sources to a list using the pop-up window.
The "My Lists" page offers you the possibility to edit your sources:
-Different templates (with/without date/time, custom text)
-Different date/time formats
-Fonts and other formatting options
- and much more
Afterwards, you can export all source information with one click to insert it into your presentation!
More advantages:
-time of retrieve is saved together with URL (+can be changed)
-possibility to separate image and text sources 擴展基本資訊
| 名稱 | |
| ID | fmieghmhihndaiamincdheflkkkdnidn |
| 官方網址 | https://chromewebstore.google.com/detail/source-manager/fmieghmhihndaiamincdheflkkkdnidn |
| 簡介 | A smarter way to manage your sources! |
| 檔案大小 | 51.9 KB |
| 安裝次數 | 139 |
| 目前版本 | 0.99 |
| 更新時間 | 2023-03-17 |
| 上架時間 | 2020-07-11 |
| 評分 | 4.80/5 共 5 次評分 |
| 開發者 | Nama Projects |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "0.99",
"description": "__MSG_desc__",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"clipboardWrite"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en"
} | |