TabToPopup
this extention enable to export current tab page to new popup window.
TabToPopup क्या है?
TabToPopup chabon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "this extention enable to export current tab page to new popup window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabToPopup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you click on the icon to open the popup window. Page will be reloaded. Please be careful not to use the page being edited. https://github.com/chabon/TabToPopup ■ver1.0.6 Extend bookmark options ■ver1.0.4 Add the setting can specify the popup window size ■ver1.0.2 In option, added the following settings ・when open a popup window, close the original window ・hide the scroll bar ・add 「open in popup window」to right-click menu on the link ・insert css in the popup window
एक्सटेंशन की मूल जानकारी
नाम | TabToPopup |
ID | bpnnnahgjgehfimcicpjmjidcoghhfpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabtopopup/bpnnnahgjgehfimcicpjmjidcoghhfpf |
विवरण | this extention enable to export current tab page to new popup window. |
फ़ाइल का आकार | 27.9 KB |
स्थापना संख्या | 2,249 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2022-04-18 |
प्रकाशन तिथि | 2016-07-05 |
रेटिंग | 4.67/5 कुल 9 रेटिंग्स |
डेवलपर | chabon |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/chabon-ext-privacy-policy |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.6", "manifest_version": 2, "description": "__MSG_description__", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/TabToPopup_16.png", "19": "images\/TabToPopup_19.png", "32": "images\/TabToPopup_32.png", "48": "images\/TabToPopup_48.png", "128": "images\/TabToPopup_128.png" }, "browser_action": { "default_icon": "images\/TabToPopup_19.png" }, "permissions": [ "tabs", "webNavigation", "contextMenus", " |