Share page information

Convert page information to Wiki notation, etc.

Share page informationคืออะไร?

Share page information เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Takashi Sugimoto (tksugimoto) และคุณลักษณะหลักของมันคือ "Convert page information to Wiki notation, etc."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share page information

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

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

                        Copy the page title and URL in a format that is easy to share.

- Title  URL
- Hiki (Wiki clone) Format: [[Title | URL]]
- Textile (Redmine) Format: "Link text: Title": Link destination: URL
- Backlog format: [[Title> URL]]
- Markdown format: [link text] (URL "Title (tooltip)")
- Link (for products such as Office that support HTML copying)

You can also select the text and copy the quote from the right-click menu.                    

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

ชื่อ Share page information Share page information
ID nnnflohcklplblcndpidebcbkdfbjmdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-page-information/nnnflohcklplblcndpidebcbkdfbjmdm
คำอธิบาย Convert page information to Wiki notation, etc.
ขนาดไฟล์ 22.98 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-12-04
วันที่เผยแพร่ 2020-05-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Takashi Sugimoto (tksugimoto)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tksugimoto/chrome-extension_share-page-information
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "61",
    "default_locale": "en",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nnnflohcklplblcndpidebcbkdfbjmdm",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiF3qQcF05ArkXyiIWOkkG8zsgxHIoL6BTmRCMl2CgT5maq3bJWdhgDzLoBi1oL0RGmtGTooBk\/z2tm+DH26LDUkO0cm0eFExpp4gh1RhEmrKf3QP7nZepsknIg\/wF\/ueR+ZATXhYymMeaue03Sl4e\/ZyD954i45zjnYmV4dq2kssDhgx4JoLJIeU8CNB8ZveD7W9sk6\/lVBEjKGOGCGsUX9LLznw9T\/aQuT1LQQKzFdKbnK6Lpkx23se3pe05DK0xM9Nt3DP6ADuMouq94LRWXoWmwa4soR0jVde3FfFZY4OGbLSwFucXCyOxM8TF7Loz8ZSwOoo2qLtZUDvrWPfdwIDAQAB",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "icon\/icon.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "clipboardWrite"
    ],
    "background": {
        "persistent": false,
        "page": "background\/background.html"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_title": "__MSG_extension_name__",
        "default_popup": "browser-action\/popup.html"
    }
}