Copy URL with Title (plain text/markdown)
Copy the title and URL in plain text/markdown format by keyboard shortcuts: Ctrl+C/Cmd+C for plain text, Alt+C/Opt+C for markdown.
ما هو Copy URL with Title (plain text/markdown)؟
Copy URL with Title (plain text/markdown) هو إضافة Chrome تم تطويرها بواسطة https://takashyx.com، والميزة الرئيسية لها هي "Copy the title and URL in plain text/markdown format by keyboard shortcuts: Ctrl+C/Cmd+C for plain text, Alt+C/Opt+C for markdown.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy URL with Title (plain text/markdown)
قم بتنزيل ملفات الامتداد Copy URL with Title (plain text/markdown) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
--------------------------------------------------------------------------------
UPDATES
--------------------------------------------------------------------------------
Ver 1.1.1.1:
FIX: Description on chrome web store
Ver 1.1.1.0:
ADD: Duration settings for notification
Ver 1.1.0.6:
FIX: Workaround for non-https pages
Ver 1.1.0.5:
FIX: Correction of the phenomenon that text is not copied to the clipboard
ADD: Option menu
ADD: New customizable toast UI
--------------------------------------------------------------------------------
FEATURES
--------------------------------------------------------------------------------
1. Copy title and URL in text format
Control+C(Win/Linux) / Command+C(Mac)
2. Copy in markdown link format
Alt+C(Win/Linux) / Option+C(Mac)
3. Normal copy
Select -> Control+C(Win/Linux) / Command+C(Mac)
4.Settings
Right click the extension icon -> Options
-------------------------------------------------------------------------------- معلومات أساسية عن التمديد
| الاسم | |
| ID | bpcogbhmkdjaohcmlghhkiohmldpnkoh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-url-with-title-plain/bpcogbhmkdjaohcmlghhkiohmldpnkoh |
| الوصف | Copy the title and URL in plain text/markdown format by keyboard shortcuts: Ctrl+C/Cmd+C for plain text, Alt+C/Opt+C for markdown. |
| حجم الملف | 16.72 KB |
| عدد التثبيتات | 1,343 |
| النسخة الحالية | 1.1.1.1 |
| آخر تحديث | 2022-08-20 |
| تاريخ النشر | 2020-04-02 |
| تقييم | 3.07/5 مجموع تقييمات 14 |
| المطور | https://takashyx.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://takashyx.com/portfolio/copy-url-with-title-2015/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Copy URL with Title (plain text\/markdown)",
"short_name": "Copy URL with Title",
"description": "Copy the title and URL in plain text\/markdown format by keyboard shortcuts: Ctrl+C\/Cmd+C for plain text, Alt+C\/Opt+C for markdown.",
"version": "1.1.1.1",
"icons": {
"128": "icon_128.png",
"48": "icon_048.png",
"32": "icon_032.png",
"16": "icon_016.png"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"copyurlwithtitle.js",
"toast.js",
"options.js"
],
"run_at": "document_start"
}
]
} | |