TabLinkList
This extension makes a list of title and URL from selected tabs.
TabLinkList क्या है?
TabLinkList https://home.u03.itscom.net/skyblue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes a list of title and URL from selected tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabLinkList एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
これは、現在開いているタブの一覧の中から選択されたタブのタイトルとURLをクリップボードにコピーできる拡張機能です。 This is a Google Chrome extension that makes a list of title and URL from selected tabs. Then you can copy the list to clipboard. source code is available at http://github.com/skybluefactory/TabLinkList Copied text sample is following. ---(e.g.)--- YouTube http://www.youtube.com/ Google https://www.google.co.jp/ Yahoo! JAPAN http://www.yahoo.co.jp/
एक्सटेंशन की मूल जानकारी
नाम | TabLinkList |
ID | dimkgicbconccdphlpgonbfmdnlkoaim |
आधिकारिक URL | https://chromewebstore.google.com/detail/tablinklist/dimkgicbconccdphlpgonbfmdnlkoaim |
विवरण | This extension makes a list of title and URL from selected tabs. |
फ़ाइल का आकार | 19.6 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 0.6.3 |
अंतिम अपडेट | 2013-05-27 |
प्रकाशन तिथि | 2013-05-27 |
डेवलपर | https://home.u03.itscom.net/skyblue |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/skybluefactory/TabLinkList |
सहायता पृष्ठ URL | https://github.com/skybluefactory/TabLinkList |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabLinkList", "description": "This extension makes a list of title and URL from selected tabs.", "version": "0.6.3", "permissions": [ "tabs", "contextMenus", "clipboardWrite" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "TabLinkList", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |