Source Manager

A smarter way to manage your sources!

Source Managerとは何ですか?

Source ManagerはNama Projectsによって開発されたChromeの拡張機能で、その主な機能は「A smarter way to manage your sources!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Source Manager Source Manager
ID fmieghmhihndaiamincdheflkkkdnidn
公式URL 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
Eメール [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"
}