Export Tabs

Export the URL of all opened tabs to text

Export Tabsคืออะไร?

Export Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://francotecnologia.com และคุณลักษณะหลักของมันคือ "Export the URL of all opened tabs to text"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Export Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PORTUGUESE

Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo.

Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'.

ENGLISH

This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste). 

You can reopen by pasting the saved text into the text box.

Comments, bug reports and suggestions will be appreciated!

* The source code of this extension is based on Google Chrome Extension Examples.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Export Tabs Export Tabs
ID odafagokkafdbbeojliiojjmimakacil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil
คำอธิบาย Export the URL of all opened tabs to text
ขนาดไฟล์ 15.57 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-12-15
วันที่เผยแพร่ 2016-12-15
คะแนน 4.49/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา https://francotecnologia.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Tabs",
    "version": "1.2",
    "description": "Export the URL of all opened tabs to text",
    "icons": {
        "16": "tabs_io.png",
        "48": "tabs_io_48.png",
        "128": "tabs_io_128.png"
    },
    "browser_action": {
        "default_icon": "tabs_io.png",
        "default_title": "Export Tabs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}